home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
batchut
/
bkdr10.zip
/
DEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-11-11
|
327b
|
20 lines
ECHO OFF
ECHO Press any key while the backdoor is open to exit the endless loop.
:START
REM Place the name of your program on the following line
DIR
BACKDOOR
IF ERRORLEVEL 255 GOTO END
REM Place the name of your program on the following line
DIR /W
BACKDOOR
IF ERRORLEVEL 255 GOTO END
GOTO START
:END